Online documentation - WebsydianExpress v3.5 |
Global callback point implemented by the WebsydianExpress runtime.
Note that changing the callback functions for a global callback point impacts all the sites.
The callback point is called for each request just after the session id has been determined based on the request or just after the session has been created.
No direct influence.
In a Windows WebsydianExpress implementation, where parts of the business application is executed on an iSeries, it can in some cases be beneficial to store the current session id in memory for the iSeries job servicing the request.
By entering a call to the function saving the session id in memory in this function you are certain that all requests are being handled and that the session id is available.
Inherit from Callback.WebServer.AfterSessionIdentified.AbstractCallbackFunction to create a callback function that can be called by this callback point.
This local variable contains:
- If the session is part of the request - this will be done in the EventDispatcher function
- If the session is created for a web request - this will be done in the CallFirstPageGenerator function
- If the request is a service request, the session will be determined in the ServiceDispatcher
The field specifies the function that has determined the session and called the callback function.
These fields will be populated automatically by the callback function. Use the values of these fields as you would use normal input fields.